home *** CD-ROM | disk | FTP | other *** search
- #ifndef __SPEACHCALLBACKS__
- #define __SPEACHCALLBACKS__
-
- #include <Speech.h>
-
- OSErr SetSpeechDoneCallback (const SpeechChannel theSpeechChan);
- OSErr SetWordCallback (const SpeechChannel theSpeechChan);
- pascal void SpeechDoneCallback (const SpeechChannel theSpeechChan,
- const long refCon);
- pascal void WordCallback (const SpeechChannel theSpeechChan,
- const long refCon,
- const long wordPos,
- const short wordLen);
-
- #endif
-